home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / Jon's Fighters / hithard < prev    next >
Encoding:
Text File  |  1989-07-18  |  344 b   |  16 lines  |  [TEXT/MARS]

  1.         jmp loop1,0
  2. bomb1   spl 0,0
  3. bomb2   dat 0,-13
  4. loop1   mov bomb1,@target1
  5.         sub step,target1
  6.         jmn loop1,target1
  7. start2  mov #7700,target1
  8.         sub cnt,step
  9.         djn loop1,cnt
  10. loop2   mov bomb2,<target2
  11.         mov bomb2,<target2
  12.         jmp loop2,0
  13. step    dat 0,11
  14. cnt     dat 0,4
  15. target1 dat 0,7700
  16. target2 dat 0,-12